Release 10.1A: OpenEdge Development:
Progress Dynamics Repository Reference


gst_error_log table — gster

This table holds a list of errors generated from either business logic or user interface code.

Table 5–3 lists the table’s FLA, fields, and foreign keys.

Table 5–3: gst_error_log table information 
Table FLA
Fields (data type)
Foreign keys
gster
error_log_obj (Decimal)
business_logic_error (Logical)
error_group (Character)
error_number (Integer)
error_message (Character)
user_obj (Decimal)
error_date (Date)
error_time (Integer)
error_in_program (Character)
owning_entity_mnemonic (Character)
owning_obj (Decimal)
user_obj

Table 5–4 gives details of the table’s indexes.

Table 5–4: gst_error_log index information 
Index name
Elements
Type
XPKgst_error_log
error_log_obj
Primary Unique
XAK1gst_error_log
error_group
error_number
error_log_obj
Unique
XIE1gst_error_log
error_date
error_time
Nonunique
XIE2gst_error_log
error_in_program
error_date
error_time
Nonunique

The table is periodically archived to ensure it does not get too large.

Because writing directly to this table would form part of a transaction being undone, data must be gathered indirectly. The data in the table is gathered directly from the user interface. Data is also gathered periodically from the business logic error file, which is a flat file.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095